GtkAccelLabel is not a GtkLabel anymore
{
gtk_menu_item_get_label (GTK_MENU_ITEM (item));
child = gtk_bin_get_child (GTK_BIN (item));
- g_assert (GTK_IS_LABEL (child));
+ g_assert (GTK_IS_ACCEL_LABEL (child));
}
/* If it is a box, make sure there are no images inside of it already.
{
gtk_menu_item_get_label (GTK_MENU_ITEM (item));
child = gtk_bin_get_child (GTK_BIN (item));
- g_assert (GTK_IS_LABEL (child));
+ g_assert (GTK_IS_ACCEL_LABEL (child));
}
if (GTK_IS_LABEL (child))